GigaVUE V Series Deployment Clean up

On installation failure or incomplete service removal, you must clean up V Series nodes before reattempting the installation. To clean up the V Series deployments from NSX-T and GigaVUE‑FM, perform the following steps:

Remove Service Profiles

To remove Service Profiles:

  1. From NSX-T Manager, navigate to Security > Network Introspection (E-W).
  2. In the SERVICE PROFILES tab, select the GigaVUE Cloud Suite partner service.
  3. Delete all existing Service Profiles.

Remove Service Deployments

To remove Service Profiles:

  1. From NSX-T Manager, navigate to System > Service Deployments.
  2. In the DEPLOYMENT tab, Select the GigaVUE Cloud Suite partner service.
  3. Delete all the existing Service Deployments.

To remove the Service Deployments through NSX-T API:

  1. Login to Postman.
  2. Get the Service ID.GET https://<NSX_Manager_IP>/api/v1/serviceinsertion/services/
  3. Get the ID of the Service Deployments.GET https://<NSX_Manager_IP>/api/v1/serviceinsertion/services/<Service_ID>/service-deployments/
  4. Delete all Service Deployments.DELETE https://<NSX_Manager_IP>/api/v1/serviceinsertion/services/<Service_ID>/service-deployments/<Service_Deployment_ID>

Remove Service Reference

To remove Service References through NSX-T API:

  1. Login to Postman.
  2. Get the Service Reference ID.GET https://<NSX_Manager_IP>/policy/api/v1/infra/service-references/
  3. Delete the Service Reference.DELETE https://<NSX_Manager_IP>/policy/api/v1/infra/service-references/<Service_Reference_ID>

Remove Service Manager

To remove Service Manager through NSX-T API:

  1. Login to Postman.
  2. Get the Service Manager ID.GET https://<NSX_Manager_IP>/api/v1/serviceinsertion/service-managers/
  3. Delete the Service Manager.DELETE https://<NSX_Manager_IP>/api/v1/serviceinsertion/serivce-managers/<Service_Manager_ID>

 

Remove Vendor Template and Service Definition

To remove Vendor Template and Service Definition through NSX-T API:

  1. Login to Postman.
  2. Get the Service ID.GET https://<NSX_Manager_IP>/api/v1/serviceinsertion/services/
  3. Get the Vendor Templates' ID.GET https://<NSX_Manager_IP>/api/v1/serviceinsertion/services/<Service_ID>/vendor-templates/
  4. Delete the Vendor Templates.DELETE https://<NSX_Manager_IP>/api/v1/serviceinsertion/services/<Service_ID>/vendor-templates/<Vendor_Template_ID>
  5. Delete the Service.DELETE https://<NSX_Manager_IP>/api/v1/serviceinsertion/services/<Service_ID>